Skip to content

fix: correct spelling errors across documentation and code#211

Open
albedo-c wants to merge 1 commit intoopenclimatefix:mainfrom
albedo-c:fix/typo-20260303
Open

fix: correct spelling errors across documentation and code#211
albedo-c wants to merge 1 commit intoopenclimatefix:mainfrom
albedo-c:fix/typo-20260303

Conversation

@albedo-c
Copy link
Copy Markdown

@albedo-c albedo-c commented Mar 2, 2026

Summary

This PR fixes spelling errors found throughout the codebase, improving code readability and documentation quality.

Changes

Fixed 22 spelling errors across 15 files:

Documentation:

  • README.md: probablistic → probabilistic
  • Dockerfile: virutal → virtual

Model layers and utilities:

  • train/pl_graph_weather.py: Trainig → Training
  • graph_weather/models/gencast/graph/model_utils.py: coordiantes → coordinates, minues → minus (2x), consistuent → constituent
  • graph_weather/models/gencast/utils/batching.py: heterogenous → heterogeneous
  • graph_weather/models/gencast/utils/noise.py: indipendent → independent
  • graph_weather/models/gencast/layers/modules.py: Defauls → Defaults
  • graph_weather/models/gencast/layers/processor.py: Tranformers → Transformers
  • graph_weather/models/gencast/graph/icosahedral_mesh.py: faceis → face is

Assimilator and encoder/decoder layers:

  • graph_weather/models/layers/assimilator_decoder.py: onthe → on the, Readd → Re-add
  • graph_weather/models/layers/assimilator_encoder.py: inot → into, homogenous → homogeneous
  • graph_weather/models/layers/decoder.py: onthe → on the
  • graph_weather/models/layers/encoder.py: inot → into, homogenous → homogeneous
  • graph_weather/models/layers/graph_net_block.py: indicies → indices (2x)

FGN documentation:

  • graph_weather/models/fgn/README.md: mutliple → multiple

Impact

These are simple text-only changes that improve code readability and maintain professional documentation standards. No functional changes to the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant